home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / RTLWIN16.PAK / OLE2DBG.H < prev    next >
C/C++ Source or Header  |  1997-05-06  |  516b  |  21 lines

  1. /*
  2.     ole2dbg.h:    This header file contains the function declarations for the publicly
  3.     exported debugging interfaces.
  4.  
  5.     Include *after* standard OLE2 includes.
  6.     
  7. */
  8.  
  9. /* $Copyright: 1994$ */
  10.  
  11. #ifndef __OLE2DBG_H
  12. #define __OLE2DBG_H
  13.  
  14. STDAPI_(void) DbgDumpObject( IUnknown FAR * pUnk, DWORD dwReserved);
  15. STDAPI_(void) DbgDumpExternalObject( IUnknown FAR * pUnk, DWORD dwReserved );
  16.  
  17. STDAPI_(BOOL) DbgIsObjectValid( IUnknown FAR * pUnk );
  18. STDAPI_(void) DbgDumpClassName( IUnknown FAR * pUnk );
  19.  
  20. #endif
  21.